home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / database / hsmt4095.zip / HSMART95.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1996-06-20  |  974b  |  53 lines

  1. object Form4: TForm4
  2.   Left = 575
  3.   Top = 325
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tutor'
  7.   ClientHeight = 135
  8.   ClientWidth = 190
  9.   Color = clYellow
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Memo1: TMemo
  19.     Left = 6
  20.     Top = 5
  21.     Width = 180
  22.     Height = 100
  23.     Color = clYellow
  24.     Enabled = False
  25.     Font.Color = clNavy
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     Lines.Strings = (
  30.       '')
  31.     ParentFont = False
  32.     TabOrder = 2
  33.   end
  34.   object Button1: TButton
  35.     Left = 23
  36.     Top = 113
  37.     Width = 61
  38.     Height = 18
  39.     Caption = '&Next'
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 104
  45.     Top = 113
  46.     Width = 61
  47.     Height = 18
  48.     Caption = '&Cancel'
  49.     TabOrder = 1
  50.     OnClick = Button2Click
  51.   end
  52. end
  53.